From 0074814dda28d81df7f49c28bf448fd07d1e478a Mon Sep 17 00:00:00 2001 From: "djm@sportsman.spdomain" Date: Thu, 24 Mar 2005 23:56:08 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.127 (42435398PcsmPmN6vFY05OAbZz38Wg) new dummy physdev routines to accomodate changes to common files --- xen/arch/ia64/xenmisc.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/xen/arch/ia64/xenmisc.c b/xen/arch/ia64/xenmisc.c index 9807c874f7..fb9bfea35e 100644 --- a/xen/arch/ia64/xenmisc.c +++ b/xen/arch/ia64/xenmisc.c @@ -213,6 +213,19 @@ physdev_pci_access_modify(domid_t id, int bus, int dev, int func, int enable) return -EINVAL; } +void physdev_modify_ioport_access_range(struct domain *d, int enable, + int port, int num) +{ + printk("physdev_modify_ioport_access_range not implemented\n"); + dummy(); +} + +void physdev_destroy_state(struct domain *d) +{ + printk("physdev_destroy_state not implemented\n"); + dummy(); +} + // accomodate linux extable.c //const struct exception_table_entry * void *search_module_extables(unsigned long addr) -- 2.30.2